home *** CD-ROM | disk | FTP | other *** search
- IOError
- -------
-
- IOError is a small unit that exports 1 function to map a given
- I/O error code to a string describing the error.
-
- Type
-
- IOErrStr = String[35]
-
- This is the base type of the returned message.
-
- function IOErrorMsg( Number : Integger): IOErrStr;
-
- This function takes the Number which should be obtained through a
- call to IOResult and maps it to a string containing a brief
- description of the error.
-